Skip to content

Conversation

@agodbug
Copy link
Owner

@agodbug agodbug commented Aug 17, 2022

fix a bug of at indexer: when using df.at[slice, item] = array for existed item it will raise the pandas.errors.InvalidIndexError

  • closes #xxxx (Replace xxxx with the Github issue number)
  • Tests added and passed if fixing a bug or adding a new feature
  • All code checks passed.
  • Added type annotations to new arguments/methods/functions.
  • Added an entry in the latest doc/source/whatsnew/vX.X.X.rst file if fixing a bug or adding a new feature.

fix a bug of at indexer: when using df.at[slice, item] = array for existed item it will raise the pandas.errors.InvalidIndexError
@agodbug agodbug merged commit 32c447c into 1.4.x Aug 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants